home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 226_01.zip / READ.ME < prev    next >
Text File  |  1993-04-21  |  1KB  |  24 lines

  1. This disk contains the source, help files and manual for ART-CEE, a small
  2. artificial intelligence inference engine.  It is written in MIX-C for any 
  3. MS-DOS computer and adaptable to most other dialects of C without much trouble.
  4. The program requires approximately 128K of core in which to execute, half for
  5. the .COM file and half for data.  It works with one- or two-disk machines.
  6. No routines peculiar to one MS-DOS machine over others are used.
  7.   
  8. Files in this set:
  9.     1    WORKUP4.C     driver routines
  10.     2    WORKUP0.C     parsing routines
  11.     3    WORKUP2.C     i-o functions
  12.     4    WORKUP3.C     thinking, inference-drawing routines
  13.     5    HELP1.AIH     primary help routine panel
  14.     6    HELP2.AIH     summary of rule input syntax
  15.     7    HELP3.AIH     summary of query input syntax
  16.     8    HELP4.AIH     summary of commands
  17.     9    MANUAL.TXT    documentation on how to use ART-CEE
  18.    10    SAMPLE.FIL    minimal sample data file
  19.    11    READ.ME       brief description of ART-CEE disk
  20.    12    WORKUP0.H     header file containing MAX definition
  21.    13    WORKUP1.H     header file for secondary source files
  22.    14    DOGNCAT       sample grouping file
  23.    15    ART-CEE.COM   executable file with runtime support
  24.